/* footer */

@media only screen and (max-width: 480px) and (min-width: 320px)  {
    
    .widget-content .list {
        display: block;
    }

}
@media only screen and (max-width:610px) and (min-width: 500px)  {
    .widget-content .list {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        
    }

}



/* home */
@media only screen and (max-width: 505px) and (min-width: 320px)  {
    
    .btns-box .btn-style-three {
        margin-top: 20px !important;
    }

}
@media only screen and (max-width: 767px)  {
    
    .sec-title .sec-title__tagline {
        margin-top: 80px;
    }

}
@media only screen and (max-width: 1199px)  {
    
    .service-tit {
        margin-top: -126px;
    }

}
@media only screen and (max-width: 767px)
{
.video-one__inner h2 {
    font-size: 29px !important;
    line-height: 39px !important;
}


}


@media only screen and (min-width: 1000px)
{
#process {
    --bs-gutter-x: 30px;
    margin-left: 10% !important;
}
}







/* contact */
@media only screen and (max-width: 480px) and (min-width: 320px)  {
    
    .featured-icon-box {
        margin-top: 20px;
    }

}



